@media screen and (max-height: 845px) {
  .sideBar {
    transform: translateY(-15%);
  }
}

@media screen and (max-height: 772px) {
  .sideBar {
    transform: translateY(-30%);
  }
}

@media screen and (max-height: 700px) {
  .sideBar {
    transform: translateY(-45%);
  }
}

@media screen and (max-height: 628px) {
  .sideBar {
    transform: translateY(-60%);
  }
}

@media screen and (max-height: 556px) {
  .sideBar {
    transform: translateY(-75%);
  }
}

.sideBar {
  position: fixed;
  right: 0px;
  bottom: 50px;
  width: 68px;
  z-index: 2;
  /* height: 320px; */
}

.sideBarOne {
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  box-shadow: 0px 0px 7px 4px #33333314;
}

.sideBarOne a:link {
  color: #606060
}

.sideBarOne a:visited {
  color: #606060
}

.sideBarOne a:hover {
  color: #fff
}

.sideBarOne a:active {
  color: #606060
}

.item-bar {
  position: relative;
  display: flex;
  height: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #606060;
  font-size: 12px;
}

.item-bar:hover {
  background-color: #46BE8A;
  cursor: pointer;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.item-bar:hover a {
  color: #fff;
}

.split-line {
  width: 150px;
  height: 1px;
  background: #E6E6E6;
  margin: 18px auto;
  margin-bottom: 15px;
}

.consult-icon {
  width: 50px;
  height: 30px;
  background: url(../images/icon-side.png) no-repeat;
  display: inline-block;
  background-position: -12px -10px;
}

.item-bar:hover .consult-icon {
  background-position: -13px -55px;
}

.consult-hover {
  position: absolute;
  left: -220px;
  top: 0;
  width: 210px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 7px 4px #33333314;
  text-align: center;
  cursor: auto;
}

.consult-time {
  font-weight: bold;
  color: #606060;
  margin-top: 30px;
}

.consult-code, .thePublic-code {
  width: 133px;
  height: 133px;
  margin: 0 auto;
  margin-top: 15px;
}

.thePublic-code {
  margin-top: 30px;
}

.code-text {
  font-weight: 400;
  color: #606060;
  margin-top: 5px;
}

.contact {
  color: #606060;
}

.contact-button {
  width: 102px;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  text-align: center;
  line-height: 29px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}

.contact-button:hover {
  background: #fafafa;
}

.contact-button:active {
  background: #f1f1f1;
}

.tutorials:hover {
  cursor: pointer;
  text-decoration: underline;
}

.tutorials a {
  color: #606060 !important;
}

.thePublic-hover {
  position: absolute;
  left: -220px;
  top: 0;
  width: 200px;
  height: 230px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 7px 4px #33333314;
  text-align: center;
  cursor: auto;
}

.thePublic-icon {
  width: 50px;
  height: 30px;
  background: url(../images/icon-side.png) no-repeat;
  display: inline-block;
  background-position: -249px -10px;
}

.item-bar:hover .thePublic-icon {
  background-position: -249px -54px;
}

.present-icon {
  width: 50px;
  height: 30px;
  background: url(../images/icon-side.png) no-repeat;
  display: inline-block;
  background-position: -52px -10px;
}

.item-bar:hover .present-icon {
  background-position: -52px -55px;
}

.roles-icon {
  width: 50px;
  height: 30px;
  background: url(../images/icon-side.png) no-repeat;
  display: inline-block;
  background-position: -92px -10px;
}

.item-bar:hover .roles-icon {
  background-position: -92px -55px;
}

.coop-icon {
  width: 50px;
  height: 29px;
  background: url(../images/icon-side.png) no-repeat;
  display: inline-block;
  background-position: -132px -10px;
}

.item-bar:hover .coop-icon {
  background-position: -132px -55px;
}

.area-icon {
  width: 50px;
  height: 30px;
  background: url(../images/icon-side.png) no-repeat;
  display: inline-block;
  background-position: -209px -10px;
}

.item-bar:hover .area-icon {
  background-position: -209px -55px;
}

.return-icon {
  width: 50px;
  height: 26px;
  background: url(../images/icon-side.png) no-repeat;
  display: inline-block;
  background-position: -170px -10px;
}

.item-bar:hover .return-icon {
  background-position: -170px -55px;
}

.suggest {
  display: block;
  width: 68px;
  height: 89px;
  border-radius: 2px;
  cursor: pointer;
  background: url(../images/suggest.png) no-repeat;
  margin-right: 5px;
  margin-top: 10px;
}

.itemBarStyle {
  /* height: 80px!important; */
}

/*xz-live*/
.xz-live-container.show {
  display: block;
}
.xz-live-container:not(.show) {
  display: none;
}
.xz-live-container .live-btn-wrapper {
  width: 50px;
  height: 72px;
  margin: 0 auto 15px auto;
}
.xz-live-container .live-btn-wrapper .live-btn {
  background: linear-gradient(-30deg, #f67242, #ebae53);
  margin: auto;
  padding: 15px 8px;
  border-radius: 23px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.xz-live-container .live-btn-wrapper .live-btn:hover {
  background: linear-gradient(-30deg, #ff9163, #ffcf88);
}
.xz-live-container .live-btn-wrapper .live-btn:active {
  background: linear-gradient(-30deg, #de6235, #e39522);
}
.xz-live-container .live-btn-wrapper .xz-live-icon {
  display: inline-block;
  width: 28px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px !important;
  background-image: url(../images/livelogo.png);
}
.xz-live-container .live-text {
  color: #fff;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.live-content-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 67px;
  font-size: 12px;
  background-color: transparent;
  animation: axsidebardrawerin 0.3s;
  -webkit-animation: axsidebardrawerin 0.3s;
  -moz-animation: axsidebardrawerin 0.3s;
}
.live-content-wrapper .live-content {
  box-shadow: 0px 0px 7px 4px #33333314;
  color: #333;
  background-color: #fff;
  padding: 10px 10px 0;
  border-radius: 8px;
  margin-right: 8px;
}
.live-content-wrapper .live-content .live-poster {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.live-content-wrapper .live-content .live-poster .live-status {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 3px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  font-size: 12px;
}
.live-content-wrapper .live-content .live-poster img {
  width: 346px;
  height: 128px;
}
.live-content-wrapper .live-content .live-info {
  padding: 10px;
}
.live-content-wrapper .live-content .live-info .live-desc {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
  line-height: 21px;
}
.live-content-wrapper .live-content .live-info .live-desc .live-play-back {
  color: #666;
}
.live-content-wrapper .live-content .live-info .live-desc .live-play-back:hover {
  text-decoration: underline;
}
.live-content-wrapper .live-content .live-info .live-teacher {
  margin-bottom: 20px;
}
.live-content-wrapper .live-content .live-info .live-teacher .teacher-info {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
}
.live-content-wrapper .live-content .live-info .live-teacher .teacher-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.live-content-wrapper .live-content .live-info .live-teacher .teacher-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.live-content-wrapper .live-content .live-info .live-teacher .teacher-detail {
  display: inline-block;
  vertical-align: middle;
}
.live-content-wrapper .live-content .live-info .live-teacher .teacher-detail .teacher-name {
  font-size: 13px;
  color: #333;
  font-weight: 700;
  line-height: 20px;
}
.live-content-wrapper .live-content .live-info .live-teacher .teacher-detail .teacher-role {
  font-size: 12px;
  color: #666;
}
.live-content-wrapper .live-content .live-info .live-teacher .live-time {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}
.live-content-wrapper .live-content .live-info .live-teacher .live-time span {
  display: block;
}
.live-content-wrapper .live-content .live-info .live-teacher .live-time span:first-child {
  font-size: 12px;
  color: #666;
}
.live-content-wrapper .live-content .live-info .live-teacher .live-time span:last-child {
  font-size: 12px;
  font-weight: 700;
  color: #ff9d3a;
}
.live-content-wrapper .live-content .live-info .submit-btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #19b955;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
}
.live-content-wrapper .live-content .live-info .submit-btn:hover {
  background-color: #2acf6c;
}
.live-content-wrapper .live-content .live-info .submit-btn:active {
  background-color: #14a249;
}
.live-content-wrapper .live-content .live-info .close-live-wrapper {
  text-align: center;
}
.live-content-wrapper .live-content .live-info .close-live-wrapper span {
  padding: 0 10px;
  cursor: pointer;
  color: #333 !important;
}
@keyframes axsidebardrawerin {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes axsidebardrawerin {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

